html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
img {
  border: none;
}
p {
  margin-bottom: 0;
}
body,
a,
input,
button {
  outline: none;
  color: #666;
  text-decoration: none;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #428bca;
}
a:hover {
  text-decoration: none;
}
table {
  text-align: center;
  vertical-align: middle;
}
th {
  text-align: center;
  vertical-align: middle;
}
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*通用*/
.flt {
  float: left;
}
.frt {
  float: right;
}
.clr {
  clear: both;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt5-i {
  margin-top: 5px ! important;
}
.mt10-i {
  margin-top: 10px ! important;
}
.mt15-i {
  margin-top: 15px ! important;
}
.mt20-i {
  margin-top: 20px ! important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb5-i {
  margin-bottom: 5px ! important;
}
.mb10-i {
  margin-bottom: 10px ! important;
}
.mb15-i {
  margin-bottom: 15px ! important;
}
.mb20-i {
  margin-bottom: 20px ! important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml5-i {
  margin-left: 5px ! important;
}
.ml10-i {
  margin-left: 10px ! important;
}
.ml15-i {
  margin-left: 15px ! important;
}
.ml20-i {
  margin-left: 20px ! important;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr5-i {
  margin-right: 5px ! important;
}
.mr10-i {
  margin-right: 10px ! important;
}
.mr15-i {
  margin-right: 15px ! important;
}
.mr20-i {
  margin-right: 20px ! important;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt5-i {
  padding-top: 5px ! important;
}
.pt10-i {
  padding-top: 10px ! important;
}
.pt15-i {
  padding-top: 15px ! important;
}
.pt20-i {
  padding-top: 20px ! important;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb5-i {
  padding-bottom: 5px ! important;
}
.pb10-i {
  padding-bottom: 10px ! important;
}
.pb15-i {
  padding-bottom: 15px ! important;
}
.pb20-i {
  padding-bottom: 20px ! important;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr5-i {
  padding-right: 5px ! important;
}
.pr10-i {
  padding-right: 10px ! important;
}
.pr15-i {
  padding-right: 15px ! important;
}
.pr20-i {
  padding-right: 20px ! important;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl5-i {
  padding-left: 5px ! important;
}
.pl10-i {
  padding-left: 10px ! important;
}
.pl15-i {
  padding-left: 15px ! important;
}
.pl20-i {
  padding-left: 20px ! important;
}
.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fz12 {
  font-size: 12px ! important;
}
.fz14 {
  font-size: 14px ! important;
}
.fz16 {
  font-size: 16px ! important;
}
.fz18 {
  font-size: 18px ! important;
}
.pre {
  position: relative ! important;
}
.pab {
  position: absolute ! important;
}
.c-w {
  color: #fff;
}
.c-b {
  color: #000;
}
.c-9 {
  color: #999;
}
.c-6 {
  color: #666;
}
.c-3 {
  color: #333;
}
.c-w-i {
  color: #fff ! important;
}
.c-b-i {
  color: #000 ! important;
}
.c-9-i {
  color: #999 ! important;
}
.c-6-i {
  color: #666 ! important;
}
.c-3-i {
  color: #333 ! important;
}
.t-c {
  text-align: center;
}
.t-c-i {
  text-align: center ! important;
}
.l-c {
  vertical-align: middle;
}
.l-c-i {
  vertical-align: middle ! important;
}
.bz-bb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.bz-cb {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.bc-w {
  background: #fff;
}
.bc-w-i {
  background: #fff ! important;
}
.fw-in {
  font-weight: inherit ! important;
}
.fw-b {
  font-weight: bold;
}
.cs-p {
  cursor: pointer ! important;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.w1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.w1024 {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.w900 {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1922px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1602px) {
  html {
    font-size: 83.33333333px;
  }
}
@media (max-width: 1442px) {
  html {
    font-size: 75px;
  }
}
@media (max-width: 1282px) {
  html {
    font-size: 66.66666667px;
  }
}
@media (max-width: 1026px) {
  html {
    font-size: 53.33333333px;
  }
}
@media (max-width: 962px) {
  html {
    font-size: 50px;
  }
}
@media (max-width: 952px) {
  html {
    font-size: 49.47916667px;
  }
}
@media (max-width: 902px) {
  html {
    font-size: 46.875px;
  }
}
@media (max-width: 802px) {
  html {
    font-size: 41.66666667px;
  }
}
@media (max-width: 775px) {
  html {
    font-size: 40.26041667px;
  }
}
@media (max-width: 770px) {
  html {
    font-size: 40px;
  }
}
@media (max-width: 738px) {
  html {
    font-size: 38.33333333px;
  }
}
@media (max-width: 734px) {
  html {
    font-size: 38.125px;
  }
}
@media (max-width: 733px) {
  html {
    font-size: 38.07291667px;
  }
}
@media (max-width: 669px) {
  html {
    font-size: 34.73958333px;
  }
}
@media (max-width: 642px) {
  html {
    font-size: 33.33333333px;
  }
}
@media (max-width: 602px) {
  html {
    font-size: 31.25px;
  }
}
@media (max-width: 570px) {
  html {
    font-size: 29.58333333px;
  }
}
@media (max-width: 535px) {
  html {
    font-size: 27.76041667px;
  }
}
@media (max-width: 437px) {
  html {
    font-size: 22.65625px;
  }
}
@media (max-width: 416px) {
  html {
    font-size: 21.5625px;
  }
}
@media (max-width: 413px) {
  html {
    font-size: 21.40625px;
  }
}
@media (max-width: 386px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 377px) {
  html {
    font-size: 19.53125px;
  }
}
@media (max-width: 362px) {
  html {
    font-size: 18.75px;
  }
}
@media (max-width: 322px) {
  html {
    font-size: 16.66666667px;
  }
}
body,
html {
  width: 100%;
  height: 100%;
  font-family: "NotoSanHans Regular";
  color: #000;
  font-size: 13px;
  min-width: 600px;
}
.pcenter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.mcenter {
  margin: 0 auto;
}
.cot {
  width: 1030px;
  margin: 0 auto;
}
.hide {
  display: none!important;
}
/*首页*/
/* 背景*/
#headbox {
  background-image: url(../images/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
.firstnav {
    position: relative;
}
/*整体*/
.container {
  margin-top: 185px;
  background: #ebebed;
  position: relative;
  width: 100%;
  /*z-index: 999;*/
}
/*头部*/
#headbox {
  width: 100%;
  height: auto;
  min-height: 185px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index:9999;
  font-size: 0;
}
.bannerimg {
  width: 100%;
}
.headcot {
  clear: both;
}
.headcot:after {
  /*IE8+*/
  content: '';
  display: table;
  clear: both;
}
.logosearch {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 33px;
  height: 75px;
}
.logo {
  width: 31.33333333%;
  height: auto;
  margin-left: 12px;
  float: left;
}
.logo img {
  width: 100%;
}
.timesearch {
  color: #333333;
  margin-right: 8px;
  float: right;
}
.timesearch p {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 8px;
  text-align: right;
}
.timesearch > form {
  position: relative;
}
.timesearch > form > input {
  width: 240px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  border: 1px solid #333333;
  background: transparent;
  text-indent: 20px;
  box-sizing: border-box;
  font-size: 18px;
}
.timesearch > form > input::-webkit-input-placeholder {
  color: #333333;
  font-size: 18px;
  opacity: 0.5;
}
.timesearch > form > input:-moz-placeholder {
  color: #333333;
  font-size: 18px;
  opacity: 0.5;
}
.timesearch > form > input::-moz-placeholder {
  color: #333333;
  font-size: 18px;
  opacity: 0.5;
}
.timesearch > form > input:-ms-input-placeholder {
  color: #333333;
  font-size: 18px;
  opacity: 0.5;
}
.timesearch > form > button {
  outline: none;
  color: #666;
  text-decoration: none;
  border: none;
  background: transparent;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
}
.timesearch > form > button > img {
  width: 100%;
}
.snav {
  line-height: 35px;
  color: #fff;
  font-family: "NotoSansHans Bold";
  font-size: 18px;
  padding-left: 20px;
  position: fixed;
}
.snav a {
  color: #333333;
  font-weight: 900;
}
.snav > li {
  float: left;
  margin-right: 65px;
}
.rolltip {
  position: absolute;
  left: 50%;
  bottom: 10%;
  margin-left: -25px;
  width: 49px;
  height: auto;
}
.rolltip > img {
  width: 100%;
}
/*主导航*/
.sticknav {
  position: fixed!important;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0 360px;
}
#mainnav {
  height: 81px;
  background: #fff;
  position: relative;
  box-shadow: 3px 0 8px #ccc;
  font-size: 18px;
  padding:0;
  width: 100%;
}
#mainnav .mainnav-wrap{
  width:1150px;
  margin:0 auto;
  padding:0;
}
#mainnav > img {
  margin: 12px 51px 0 10px;
  width: 64px;
  height: 56px;
  float: left;
}
#mainnav .navbox {
  line-height: 73px;
  justify-content: space-between;
  text-align: center;
  float: left;
}
#mainnav .navbox > li {
  width: 100px;
  float: left;
  margin-right: 10px;
}
#mainnav .navbox > li a {
  /* color: #002B65; */
  color: #3A5B88;
  font-size: 18px;
  /* width: 106px; */
  text-align: center;
  /* line-height: 80px; */
  margin: 0 4px;
  font-weight: 600;
  position: relative;
  text-decoration: none;
  display: block;
}
#mainnav .navbox .firstnav .secnav a{
  /* color: #002B65; */
  color: #3A5B88;
  font-size: 17px;
  /* width: 106px; */
  text-align: center;
  /* line-height: 80px; */
  margin: 0 4px;
  /* font-weight: 600; */
  position: relative;
  text-decoration: none;
  display: block;
}

#mainnav .navbox li:nth-of-type(1) a {
  font-weight: 900;
}
#mainnav .navbox li:nth-of-type(1) p {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,a1dbff+100 */
  background: #14a0ea;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14a0ea 0%, #00f2fe 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #14a0ea 0%, #00f2fe 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #14a0ea 0%, #00f2fe 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff14a0ea", endColorstr="#ff00f2fe", GradientType=1);
  height: 6px;
  width: 95%;
  border-radius: 6px;
  margin: 0 auto;
  margin-top: 3px;
}
#mainnav .navbox > li:hover {
  height: 80px;
  background: #EFF4F7;
}
#mainnav .navbox > li:hover .navbox > a {
  font-weight: 900;
}
#mainnav .lagbox {
  position: absolute;
  display: flex;
  align-items: center;
  right: 3.125%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mainnav .lagbox li {
  color: #fff;
  font-size: 14px;
  opacity: 0.7;
}
#mainnav .lagbox li:nth-of-type(2) {
  margin: 0 17px;
  height: 12px;
  width: 2px;
  background: #fff;
  opacity: 1;
}
#mainnav .chooselag {
  opacity: 1!important;
  font-weight: 900;
}
/*公司动态*/
#dynamic {
  margin-top: 55px;
  /*min-height: 1030px;*/
}
.tips1 {
  width: 22px;
  margin-bottom: 50px;
}
.title1 {
  width: 602px;
  height: auto;
  margin-bottom: 20px;
}
.title1 img {
  width: 100%;
}
.dynamicbanner,
.mediabanner {
  float: left;
  margin-right: 15px;
  width: 810px;
  height: 385px;
  position: relative;
  background: #EFF5F7;
  margin-left: unset!important;
  border-radius: 25px;
  overflow: hidden;
}
.dynamicbanner .swiper-pagination,
.mediabanner .swiper-pagination {
  right: 25px!important;
  bottom: 17px!important;
  text-align: right !important;
  left: auto !important;
  width: auto !important;
}
.dynamicbanner > swiper-wrapper,
.mediabanner > swiper-wrapper {
  width: 100%;
  height: 100%;
}
.dynamicbanner > swiper-wrapper > swiper-slide,
.mediabanner > swiper-wrapper > swiper-slide {
  width: 100%;
  height: 100%;
}
.mediabanner {
  width: 580px;
  height: 335px;
}
.dynamiclink {
  display:block;
  position: relative;
  width: 100%;
  height: 100%;
}
.dynamiclink > img {
  width: auto;
  height: 100%;
  margin: auto;
}
.dynamiclink > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  width: 100%;
  text-indent: 25px;
  font-size: 16px;
  color: #fff;
}
.bannerblock {
  height: 385px;
}
.func {
  width: 31%;
  float: left;
}
.func p {
  margin-bottom: 16px;
}
.func a {
  display: block;
  width: 100%;
  height: 100%;
}
.func img {
  width: 100%;
}
.newsblock {
  margin-top: 30px;
  display: flex;
}
.dynamicnews {
  width: 67.5%;
  float: left;
  position: relative;
  margin-right: 2%;
}
.dynamicnews > a {
  display: block;
  font-size: 16px;
}
.dynamicnews > a p:first-child {
  font-size: 18px;
  color: #1EB9EE;
}
.dynamicnews > a p:first-child span {
  color: #EE1E5E;
  font-size: 23px;
  font-weight: 900;
  margin-right: 20px;
}
.dynamicnews > a p:first-child + p {
  line-height: 50px;
  color: #183067;
  font-size: 23px;
  font-weight: 900;
}
.dynamicnews > a p:first-child + p text {
  color: #183067;
  font-size: 23px;
  font-weight: 900;
}
.dynamicnews > a p:first-child + p + p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.dynamicnewsbox {
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 26px;
}
.dynamicnewsbox > li {
  float: left;
  width: 49%;
  margin-right: 1%;
  display: flex;
  margin-bottom: 2px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamicnewsbox > li > a div {
  float: left;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  background: #EFF5F7;
}
.dynamicnewsbox > li > a div > p {
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dynamicnewsbox > li > a div > p:first-child {
  color: #1EB9EE;
  font-weight: 900;
}
.dynamicnewsbox > li > a > p {
  float: left;
  color: #000;
  font-size: 16px;
  line-height: 50px;
  margin-left: 10px;
}
.yanjing {
  width: 809px;
  height: 50px;
  background-image: url('/img/yanjing.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 15px;
}
.dynamicnews > a:hover .yanjing {
  background-image: url('/img/yanjing1.png');
}
.dynamicnewsbox > li:hover .hoverblock {
  background: #1EB9EE;
}
.dynamicnewsbox > li:hover .hoverblock > p {
  color: #fff!important;
}
.dynamicnewsbox > li:hover .hoverdesc {
  color: #052F68;
  font-weight: 900;
}
.moredynamicnews {
  position: absolute;
  top: 0;
  right: 5px;
  color: #393939;
  font-size: 18px;
}
.dynamicinfo {
  width: 30%;
  overflow: hidden;
  float: right;
}
#tit {
  width: 100%;
  display: flex;
  line-height: 25px;
  margin-bottom: 25px;
  font-size: 18px;
}
#tit span {
  text-align: center;
  color: #999999;
  font-weight: 900;
  margin-right: 20px;
  font-size: 16px;
}
#tit span.more{
  float:right;
  color: #333;
}
#con ul {
  display: none;
  width: 100%;
  font-size: 16px;
  text-align: left;
  list-style-type: disc!important;
}
#con ul li {
  line-height: 38px;
  list-style-type: disc!important;
}
#con ul li > a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
#tit span.select {
  color: #183067;
}
#con ul.show {
  display: block;
}
.notice p:first-child {
  text-align: center;
  color: #EF2C68;
  font-size: 16px;
  font-weight: 900;
  line-height: 45px;
}
.notice p:first-child + p {
  text-align: left;
  text-indent: 20px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  overflow: hidden;
}
.notice p:first-child + p + p {
  font-size: 16px;
  color: #999999;
  text-align: right;
  line-height: 30px;
  margin-top: 10px;
}
.yanjing {
  width: 809px;
  height: 50px;
  background-image: url('/img/yanjing.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 15px;
}
.dynamicnews > a:hover .yanjing {
  background-image: url('/img/yanjing1.png');
}
.dynamicnewsbox > li:hover .hoverblock ,.active-li{
  background: #1EB9EE;
}
.dynamicnewsbox > li:hover .hoverblock > p, .active-li {
  color: #fff;
}
.dynamicnewsbox > li:hover .hoverdesc {
  color: #052F68;
}
.swiper-pagination-bullet {
  width: 10px!important;
  height: 10px!important;
  background: #fff!important;
  opacity: 1!important;
  margin: 0 4px!important;
}
.swiper-pagination-bullet-active {
  background: #fff!important;
  width: 30px!important;
  height: 10px!important;
  border-radius: 10px!important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url('/img/rightarrow.png') !important;
  width: 50px;
  height: 50px;
  right: 0;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url('/img/leftarrow.png') !important;
  width: 50px;
  height: 50px;
  left: 0;
}
.swiper-button-next,
.swiper-button-prev {
  background-size: 50px 50px;
  top: 50%;
}
/*媒体聚焦*/
#MediaFocus {
  margin-top: 85px;
  /*min-height: 700px;*/
}
.mediatop {
  margin-top: 35px;
  height: 335px;
}
.title2 {
  width: 602px;
  height: auto;
  margin-bottom: 20px;
}
.title2 img {
  width: 100%;
}
.latestnews {
  float: left;
  width: 590px;
  max-height: 335px;
  overflow: hidden;
  text-overflow:ellipsis;
}
.latestnews p:first-child {
  font-size: 18px;
  color: #1EB9EE;
  margin-bottom: 25px;
}
.latestnews p:first-child + p {
  line-height: 30px;
  color: #183067;
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 25px;
}
.latestnews p:first-child + p span {
  color: #EE1E5E;
  font-size: 23px;
  font-weight: 900;
  margin-right: 20px;
}
.latestnews p:first-child + p text {
  color: #183067;
  font-size: 23px;
  font-weight: 900;
}
/* .latestnews p:first-child + p + p {
  font-size: 16px;
  color: #666666;
  line-height: 25px;
} */
.latestnews .new-text{
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.duaneye {
  width: 590px;
  height: 50px;
  background-image: url('/img/duaneye.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  margin-top: 5px;
}
.latestnews:hover .duaneye {
  background-image: url('/img/duaneye1.png');
}
.moremedianews {
  display: block;
  width: 200px;
  height: 40px;
  border: 2px solid #D8DFE7;
  font-size: 18px;
  color: #002B65;
  line-height: 40px;
  text-align: center;
  border-radius: 40px;
  margin: 40px auto 0 auto;
}
.moremedianews:hover {
  border: 2px solid #52C9F2;
  color: #52C9F2;
}
/*业务指南*/
#BusinessGuide {
  margin-top: 95px;
}
.title3 {
  width: 602px;
  height: auto;
  margin-bottom: 30px;
}
.title3 img {
  width: 100%;
}
.Bguide-cot {
  height: 169px;
  position: relative;
  font-size: 0;
  background-image: url("/textimg/3bg.png");
  background-repeat: no-repeat;
  background-size: 98% 100%;
  background-position: center;
}
.guide-tap {
  width: 100%;
  height: 100%;
}
.guide-tap a {
  display: block;
  width: 168px;
  height: 100%;
  border: 1px solid #ccc;
  border-radius: 20px;
  float: left;
  margin-right: 36px;
  background: transparent;
}
.guide-tap a:first-child + a + a + a + a + a {
  margin-right: 0;
}
.guide-tap > a:hover {
  border: 1px solid #54CAF2;
}
/*企业展示*/
#CompanyShow {
  width:1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.title4 {
  width: 602px;
  height: auto;
  margin-bottom: 60px;
}
.title4 img {
  width: 100%;
}
.swiper-container2 {
  width: 100%;
  overflow: hidden;
  height: 290px;
  position: relative;
}
.swiper-container2 .swiper-slide {
  width: 385px;
  height: 290px;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s linear;
  float: left;
}
.swiper-container2 .swiper-slide-active,
.swiper-container2 .swiper-slide-duplicate-prev {
  transform: scale(0.9);
  transition: all 0.3s linear;
}
.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-button-next {
  z-index: 1001;
}
.swiper-container2 .dynamiclink > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.t-to-white {
  width: 150px;
  height: 290px;
  background: transparent;
  /* FF3.6-15 */
  background: -moz-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.w-to-transparent {
  width: 150px;
  height: 290px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
/*企业宣传*/
#Publicity {
  margin-top: 120px;
  overflow: hidden;
}
.title5 {
  width: 602px;
  height: auto;
  margin-bottom: 20px;
}
.title5 img {
  width: 100%;
}
.pleft {
  float: left;
}
.pright {
  float: right;
}
.public-title-box {
  line-height: 50px;
  font-size: 20px;
  justify-content: space-between;
  padding: 0 15px;
  height: 50px;
}
.public-title-box span {
  color: #183067;
  font-weight: 900;
  float: left;
}
.public-title-box a {
  color: #333333!important;
  font-size: 18px;
  float: right;
}
.videobox {
  width: 690px;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 25px;
}
.videobox video {
  width: 100%;
  height: 100%;
}
.videobox video:focus{
	outline:none;
}
.pright {
  width: 485px;
}
.bookbox {
  justify-content: space-between;
}
.bookbox li {
  float: left;
  width: 230px;
  height: 400px;
}
.bookbox li img {
  width: 100%;
}
.bookbox li > a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  color: #000!important;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bookbox li > p {
  line-height: 30px;
  justify-content: space-around;
  padding: 0 80px;
}
.bookbox li > p > a {
  height: 100%;
  color: #22BAEE;
  border-bottom: 1px solid #22BAEE;
  float: left;
}
.bookbox li > p > a:first-child + a {
  float: right;
}
.bookbox li:first-child + li {
  float: right;
}
/*底部*/
#FootBox {
  margin-top: 140px;
}
.foot-cot p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.foot-cot > p:first-child {
  line-height: 75px;
  font-weight: 900;
}
.foot-cot > ul {
  width: 280px;
  overflow: hidden;
}
.foot-cot > ul li {
  float: left;
  width: 140px;
}
.foot-cot > ul li p {
  display: flex;
  height: 17px;
  line-height: 17px;
  justify-content: center;
  font-size: 17px;
}
.foot-cot > ul li p img {
  height: 100%;
  margin-right: 3px;
}
.foot-cot > ul li > img {
  width: 100%;
  margin-bottom: 10px;
}
.linkul {
  width: 1100px!important;
  text-align: center;
}
.linkul a {
  margin: 0 10px;
  width: 140px!important;
}
.linkul  a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333333!important;
  font-size: 17px;
}
.linkul li:first-child + li + li {
  margin-right: 0px;
}
.fnul {
  width: 245px!important;
  margin-top: 60px;
}
.fnul li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #333333!important;
  font-size: 17px;
  height: 20px;
  line-height: 20px;
}
.fnul li:first-child + li,
.fnul li:first-child + li + li + li,
.fnul li:first-child + li + li + li + li + li {
  height: 20px;
  width: 1px!important;
  background: #333;
}
.foottag {
  font-size: 14px!important;
  margin-top: 25px;
}
/*动画部分*/
@keyframes tipsUpdown {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(14px);
  }
}
@-webkit-keyframes tipsUpdown {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(14px);
  }
}
.tipsUpdown {
  animation: tipsUpdown 0.8s infinite alternate;
}
/*新增*/
.firstnav {
  position: relative;
}
.snav .secnav {
  text-align:left;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  width: 250%;
  font-size: 14px;
  border-radius: 10px;
}
.navbox .secnav-wrap{
  width:100%;
  position: fixed;
  top: 81px;
  left: 0;
  background: #1EB9EE;
}
.navbox .secnav {
  width: 950px;
  margin:0 auto;
  height: 60px;
  font-size: 16px;
  position: relative;
}
.snav .secnav li {
  padding: 5px 15px;
  border-radius: 10px;
  height: 35px;
  margin-top: 2px;
  padding:0 0;
  padding-left: 10px;
}
.navbox .secnav li {
  float: left;
  padding: 0 20px;
  display: flex;
  line-height: 62px;
  text-align: left;
}
.navbox .secnav li a {
  font-weight: 300!important;
  color: #fff!important;
}
.firstnav:hover .secnav-wrap {
  display: block!important;
}
.secnav > li:hover {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
}
.secnav > li:hover a {
  color: #1EB9EE!important;
}
.container {
 /* background-image: url('../images/watermark.png'); */
  background-repeat: no-repeat;
  background-size: 95%;
  background-position: center center;
  background-attachment: fixed;
}
/*0603*/
.boxchange {
  overflow: hidden;
  flex-wrap: wrap;
  margin-top: 26px;
}
.boxchange > li {
  width: 100%;
  margin-right: 1%;
  display: flex;
  margin-bottom: 2px;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boxchange > li > a div {
  float: left;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 42px;
  width: unset;
  padding: 0 10px;
  border-radius: 5px;
  color: #fff;
  background: #EFF5F7;
}
.boxchange > li > a div > p {
  font-size: 15px;
  width: 100%;
  text-align: center;
  color: #666666!important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.boxchange > li > a div > p:first-child + p {
  color: #1EB9EE;
  font-weight: 900;
}
.boxchange > li > a > p {
  float: left;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  margin-left: 10px;
}
.new-time{
  font-size: 16px;
  color:#1EB9EE;
  height: 40px;
  line-height: 40px;
  font-weight: 600;
}
.search-input{
  width: 400px;
  display: block;
  height: 36px;
  line-height: 36px;
  border: none;
  background: #fff;
  border-radius: 4px;
  padding: 0 10px;
  position: absolute;
  right:20px;
  top:10px;
}
.slogo{
  float: left;
  margin-top: 12px;
  margin-right: 30px;
}
.pitem-btn{
  width: 100%;
  display: block;
  height: 100%;
  border: none;
  background: #fff;
}
.foot-cot p.mcenter2{
  width:345px;
  margin:30px auto 15px auto;
}